From: Glenn Morris Date: Sat, 11 Nov 2006 04:01:02 +0000 (+0000) Subject: (tramp-unified-filenames): Improve previos doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~32153 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=95bb178f0c9b7e7bb10faf6392eeba167b8a70e2;p=emacs.git (tramp-unified-filenames): Improve previos doc fix. --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 2a2213a675b..54bb6946498 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -113,7 +113,7 @@ ;;;###autoload (defvar tramp-unified-filenames (not (featurep 'xemacs)) "Non-nil means to use unified Ange-FTP/Tramp filename syntax. -nil means to use a separate filename syntax for Tramp.") +Otherwise, use a separate filename syntax for Tramp.") ;; Load foreign methods. Because they do require Tramp internally, this ;; must be done with the `eval-after-load' trick.